All Questions
Tagged with plugin-gravity-formsjquery
11 questions
0votes
2answers
24views
Insert selection from filter everything pro into gravity forms field
I have a couple of different things happening on one page, and I need to have the selections pulled from an elementor filter form to populate a gravity forms field (ideally a hidden one). I have this ...
0votes
1answer
710views
Doing Math with Gravity Forms List
While working on a client site utilizing Gravity Forms, I found myself wanting to use the aesthetic of the advanced list Gravity provides, but needed a bit more arithmetic firepower (read: any, ...
1vote
2answers
699views
Gravity Forms - jQuery in List Field [closed]
I am working on this jQuery which will eventually populate fields from the Parent field (Features) to the Children fields (Description, address, etc.) within a List Field. I have been able to get the ...
1vote
1answer
529views
Gravity Forms: gform_wrapper stays hidden even though JS-scripts load without errors
I think this is worthy of a new question but could be wrong. So I'm using Gravity Forms v2.3.2 on a sub-site (I have a multi-site install but the plugin is NOT network activated) and am able to use ...
0votes
1answer
3kviews
JQuery needs to be defined in <head>, but Gravity Forms is defining it in the <footer>
I'm attempting to install GTM (Google Tag Manager) on a WordPress site, but I'm running into issues. Since GTM is placed in the <head>, it requires JQuery to be defined before the GTM script is ...
2votes
0answers
305views
Gravity list field override and adding javascript [closed]
I tried for past few hours, I'm override the list field to drop down, add_filter( 'gform_column_input_4_2_1', 'set_column', 10, 5 ); function set_column( $input_info, $field, $column, $value, $...
1vote
0answers
472views
Gravity form built in Captcha
I am using gravity form built in CAPTCHA and it is not working with my theme. I have active wordpress default theme and CAPTCHA was working with default theme. So there is only conflict with my theme. ...
1vote
1answer
2kviews
Adding auto-complete to custom gravity field not working
I am trying to add auto-complete to my custom fields on gravity forms.But its not working.Data returns but not showing on field.I am doing like this: (function( jQuery ) { jQuery(function() { ...
3votes
1answer
4kviews
Gravity Forms loading jquery
I placed the following script in my functions file to deregister Wordpress jquery and use the Google CDN. // use the Google hosted jquery library if (!function_exists('modify_jquery')) { function ...
0votes
1answer
3kviews
How to add external remote JS source to Gravity Forms?
I would like to add an external javascript source to my Gravity Form. Like this: <script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?libraries=places&sensor=...
1vote
1answer
4kviews
gravity forms jQuery.load into modal [closed]
I have a gravity forms contact form which resides on a page, but what I want is a site wide link, that will open up that form and display it in a modal, on the fly. One way to go about this would be ...